home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / JAVA Utilities / JShift Component Conversion Utility v0.4 / SETUP.EXE / {app} / ccu.bat next >
Encoding:
DOS Batch File  |  2003-04-05  |  327 b   |  7 lines

  1.  
  2. REM Replace bracketed text and uncomment the following line to set the Path
  3. REM SET PATH=<javaw.exe location>;%PATH%
  4.  
  5. javaw -cp ccu.jar;%CLASSPATH% com.jshift.ccu.gui.WorkAreaWindow %1 %2 %3 %4 %5 %6 %7 %8 %9
  6. if errorlevel 1 echo Are you sure you have JRE 1.4+ and that the Java directory is in your PATH env. variable?
  7.